home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
clesson
/
c.dir
/
00246_Bitmap_246
(
.png
)
< prev
next >
Bitmap Image
|
1995-04-05
|
188KB
|
416x450
|
1-bit (2 colors)
Labels
:
text
|
screenshot
|
font
|
purple
|
violet
OCR:
main ( ) cdhs suits; int i, pips; card deck[52]; for (i=0; i<52; ++i) { pips = i % 13 +1; if (i<13) suit = clubs; else if (i<26) suit = diamonds; else if (i<39) suit = hearts; else suit = apades; deck[i] = assign_values(pips, suit);